Auto merge of #2223 - alexcrichton:better-dev-experience, r=brson
authorbors <bors@rust-lang.org>
Fri, 18 Dec 2015 18:43:14 +0000 (18:43 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Dec 2015 18:43:14 +0000 (18:43 +0000)
Each test wants to be sure to reset HOME and remove CARGO_HOME from the
environment, but this was done inconsistently throughout the test suite. This
commit consolidates process creation so there's only one point for creating a
process ready to execute the Cargo that's being tested.


Trivial merge